home *** CD-ROM | disk | FTP | other *** search
/ Freelog 101 / FreelogNo101-JanvierFevrier2011.iso / Internet / eM Client / setup.msi / eMClient.cab / IceWarpServerInterfacePluginFile / 0 / RCDATA / TCONTENTEXECUTABLEFORM / TCONTENTEXECUTABLEFORM.txt
Text File  |  2010-10-15  |  2KB  |  86 lines

  1. object ContentExecutableForm: TContentExecutableForm
  2.   Left = 372
  3.   Top = 269
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Executable'
  6.   ClientHeight = 109
  7.   ClientWidth = 427
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Microsoft Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnKeyPress = FormKeyPress
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object ExecLabel: TTntLabel
  22.     Left = 2
  23.     Top = 7
  24.     Width = 56
  25.     Height = 13
  26.     Caption = 'Executable:'
  27.   end
  28.   object ExecTypeL: TTntLabel
  29.     Left = 2
  30.     Top = 31
  31.     Width = 27
  32.     Height = 13
  33.     Caption = 'Type:'
  34.   end
  35.   object ExecutableEdit: TTntEdit
  36.     Left = 66
  37.     Top = 4
  38.     Width = 337
  39.     Height = 21
  40.     MaxLength = 255
  41.     TabOrder = 0
  42.   end
  43.   object ApplicationButton: TTntButton
  44.     Left = 403
  45.     Top = 4
  46.     Width = 20
  47.     Height = 21
  48.     Caption = '...'
  49.     TabOrder = 1
  50.     OnClick = ApplicationButtonClick
  51.   end
  52.   object OkButton: TTntButton
  53.     Left = 268
  54.     Top = 84
  55.     Width = 75
  56.     Height = 23
  57.     Caption = '&OK'
  58.     Default = True
  59.     ModalResult = 1
  60.     TabOrder = 3
  61.   end
  62.   object CancelButton: TTntButton
  63.     Left = 348
  64.     Top = 84
  65.     Width = 75
  66.     Height = 23
  67.     Caption = '&Cancel'
  68.     ModalResult = 2
  69.     TabOrder = 4
  70.   end
  71.   object ExecType: TTntComboBox
  72.     Left = 66
  73.     Top = 28
  74.     Width = 357
  75.     Height = 21
  76.     Style = csDropDownList
  77.     ItemHeight = 13
  78.     TabOrder = 2
  79.     Items.Strings = (
  80.       'Executable'
  81.       'StdCall Library'
  82.       'Cdecl Library'
  83.       'URL')
  84.   end
  85. end
  86.